docs: update required dependency when Spring Boot 4.x#5412
Conversation
| ### Step 1: Add Dependencies | ||
|
|
||
| Add the Spring Boot Admin Client starter to your application: | ||
| Add the Spring Boot Admin Client starter and the Spring Boot RestClient to your application: |
There was a problem hiding this comment.
Only when targeting Spring Boot > 3.x, though.
There was a problem hiding this comment.
True, I thought of adding an INFO / WARNING message but since documentation is already pointing at latest version (4+) already I thought that's not necessary.
I can add that if that's preferred.
P.S. Boot 3 open source support ends in 26 days. One should probably remove it then.
There was a problem hiding this comment.
It doesn't hurt to be clearer 😉
Also, people may still use SBA 3.x with the docs of 4.x to a certain degree.
|
The Spring Boot Admin client already has a dependency on the Spring Boot RestClient Starter (which in turn as a dependency on See the linked issue for related discussion. |
No description provided.